home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 22
/
Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso
/
Aminet
/
biz
/
dbase
/
db.lha
/
Examples
/
ARexxDemos
/
numbercheck.db
< prev
next >
Wrap
Text File
|
1994-09-17
|
113b
|
5 lines
/* Rexxprogram for db that warns for numbers above 10 */
options results
GETFIELD
if result > 10 then RETRYINPUT